Sort Score
Result 10 results
Languages All
Labels All
Results 5,781 - 5,790 of 20,485 for

watermarking .net

(1.63 sec)
  1. OCR support | GroupDocs

    OCR support means the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for text recognition in images. String indexFolder = "c:\\MyIndex"; String documentFolder = "c:\\MyDocuments"; // Creating an index Index index = new Index(indexFolder); // Setting the OCR indexing options IndexingOptions options = new IndexingOptions(); options....Watermark Product Solution GroupDocs...App Along with full featured .NET library we provide simple, but...

    docs.groupdocs.com/search/java/ocr-support/
  2. Extract attachments from PDF portfolios | Group...

    Extract attachments from PDF portfolios To extract attachments from emails getContainer method is used. This method returns the collection of ContainerItem objects. Here are the steps to extract an attachment text from PDF Portfolios: Instantiate Parser object for the initial document; Call getContainer method and obtain collection of ContainerItem objects; Check if collection isn’t null (container extraction is supported for the document); Iterate through the collection and get container item names, sizes and obtain content....Watermark Product Solution GroupDocs...App Along with full featured .NET library we provide simple, but...

    docs.groupdocs.com/parser/java/extract-attachme...
  3. Composing signature with solid brush background...

     This article explains how to fill signature background with solid brush...Watermark Product Solution GroupDocs...App Along with full-featured .NET library we provide simple, but...

    docs.groupdocs.com/signature/java/composing-sig...
  4. Verify for multiple signatures | GroupDocs

    This topic explains how to verify electronic signatures of various types with GroupDocs.Signature API....Watermark Product Solution GroupDocs...App Along with full-featured .NET library we provide simple, but...

    docs.groupdocs.com/signature/java/verify-for-mu...
  5. Stop word dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about stop word dictionary using Java....Watermark Product Solution GroupDocs...App Along with full featured .NET library we provide simple, but...

    docs.groupdocs.com/search/nodejs-java/stop-word...
  6. Extract hyperlinks from Microsoft Office Word d...

    To extract hyperlinks from Microsoft Office Word document getStructure method is used. This method returns XML representation of the document. Hyperlinks are represented by “hyperlink” tag; “link” attribute contains hyperlink’s URL. For more details, see Extract text structure. Hyperlink can contain a text: google.com Warning getStructure method returns null value if text structure extraction isn’t supported for the document. For example, text structure extraction isn’t supported for TXT files. Therefore, for TXT file getStructure method returns null....Watermark Product Solution GroupDocs...App Along with full featured .NET library we provide simple, but...

    docs.groupdocs.com/parser/java/extract-hyperlin...
  7. Load TXT document with options | GroupDocs

    Learn this article and check how to load and convert text files with advanced options using GroupDocs.Conversion for .net API....Watermark Product Solution GroupDocs...Family / GroupDocs.Conversion for .NET / Developer guide / Advanced...

    docs.groupdocs.com/conversion/net/load-txt-docu...
  8. Indexing reports | GroupDocs

    Indexing reports are created for indexing and updating operations. Indexing reports can be retrieved from the index using the getIndexingReports method. Reports are stored in the index only while the index is loaded into RAM for use. If you reload the index, the reports will not be restored. You can configure the maximum number of stored reports using the setMaxIndexingReportCount method of the IndexSettings class. The default value is 5. Learn more about index settings on the page Search index settings....Watermark Product Solution GroupDocs...App Along with full featured .NET library we provide simple, but...

    docs.groupdocs.com/search/java/indexing-reports/
  9. Signing archive documents in batch | GroupDocs

    This article shows how to sign documents in batch mode within the archive files with one or multiple electronic signatures...Watermark Product Solution GroupDocs...App Along with full-featured .NET library we provide simple, but...

    docs.groupdocs.com/signature/java/signing-archi...
  10. Inserting Chart Axis Title Dynamically in Email...

    Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 18.1 or greater. Column Chart in Email Document Creating a Column Chart Please follow below steps to create a column chart in MS Outlook 2013: Create a new Email Click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialogue box Select “Column” in the sidebar, you will see a gallery of charts Select the “100% Stacked Column” and press “OK” to insert the chart and Worksheet template to your email Edit the Worksheet with your data to update the chart Save your Email Reporting Requirement As a report developer, you are required to share orders quantity of the customers dynamically with the following key requirements:...Watermark Product Solution GroupDocs...Family / GroupDocs.Assembly for .NET / Developer Guide / Advanced...

    docs.groupdocs.com/assembly/net/inserting-chart...